home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00254.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  190 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(4, 1)
  3.   set the castNum of sprite 4 to cast "RIGHT PANEL ON"
  4.   puppetSound("DBLCLICK.AIF")
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   puppetSound(0)
  10.   go("PIRATE IN")
  11. end
  12.